組員fork git pull 注意事項 <<
Previous Next >> remote api
reveal 功能
添加圖片(圖檔要放在倉儲中reveal資料夾)
<image src="圖片.png" width="600" hight="300">
修改width hight數值可以改圖片大小。
加入背景圖片(圖檔要放在倉儲中reveal資料夾)
<section data-background="圖片.png">
在一開始的section加入即可。
加入pdf預覽功能(pdf檔要放在倉儲中reveal資料夾)
<iframe data-src="報告.pdf" width="800" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
修改width hight數值可以改視窗大小。
嵌入影片
<iframe width="560" height="315" src="影片網址" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
修改width hight數值可以改視窗大小。
組員fork git pull 注意事項 <<
Previous Next >> remote api